home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / regrepair.exe / RCDATA / TFRMRESTORE / TFRMRESTORE.txt
Text File  |  2010-01-14  |  3KB  |  137 lines

  1. object frmRestore: TfrmRestore
  2.   Left = 125
  3.   Top = 171
  4.   AutoScroll = False
  5.   Caption = 'Restore'
  6.   ClientHeight = 330
  7.   ClientWidth = 392
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     392
  19.     330)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 377
  26.     Height = 33
  27.     AutoSize = False
  28.     Caption = 
  29.       'Please select a backup which you want to restore and click '#39'Rest' +
  30.       'ore'#39' button.'
  31.     Transparent = True
  32.     WordWrap = True
  33.   end
  34.   object ListView1: TListView
  35.     Left = 8
  36.     Top = 32
  37.     Width = 375
  38.     Height = 260
  39.     Anchors = [akLeft, akTop, akRight, akBottom]
  40.     Columns = <
  41.       item
  42.         Caption = 'Creation Date'
  43.         Width = 250
  44.       end
  45.       item
  46.         AutoSize = True
  47.         Caption = 'Size'
  48.       end>
  49.     HideSelection = False
  50.     ReadOnly = True
  51.     RowSelect = True
  52.     TabOrder = 0
  53.     ViewStyle = vsReport
  54.     OnCompare = ListView1Compare
  55.   end
  56.   object btnrestore: TBitBtn
  57.     Left = 221
  58.     Top = 299
  59.     Width = 75
  60.     Height = 25
  61.     Action = actrestore
  62.     Anchors = [akRight, akBottom]
  63.     Caption = 'Restore'
  64.     Default = True
  65.     TabOrder = 1
  66.   end
  67.   object btncancel: TBitBtn
  68.     Left = 308
  69.     Top = 299
  70.     Width = 75
  71.     Height = 25
  72.     Anchors = [akRight, akBottom]
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 2
  77.   end
  78.   object btnDelete: TBitBtn
  79.     Left = 7
  80.     Top = 299
  81.     Width = 75
  82.     Height = 25
  83.     Action = actremove
  84.     Anchors = [akLeft, akBottom]
  85.     Caption = 'Remove'
  86.     TabOrder = 3
  87.   end
  88.   object btnview: TBitBtn
  89.     Left = 135
  90.     Top = 299
  91.     Width = 75
  92.     Height = 25
  93.     Action = actview
  94.     Anchors = [akRight, akBottom]
  95.     Caption = 'View'
  96.     TabOrder = 4
  97.   end
  98.   object IORegistry1: TIORegistry
  99.     RegHeader = 'REGEDIT4'
  100.     DataNameValueDelim = '='
  101.     StringStartEndChar = '"'
  102.     RootStart = '['
  103.     RootEnd = ']'
  104.     Filename = 'RegistryDump.reg'
  105.     RootKey = rkHKEY_CURRENT_USER
  106.     HexIntPrefix = 'dword:'
  107.     BinaryPrefix = 'hex:'
  108.     KeyLevelDelim = '\'
  109.     IncludeSubKeys = True
  110.     ExportDestination = eiFile
  111.     ImportSource = eiFile
  112.     RemovedPrefix = 'Removed : '
  113.     AddedPrefix = 'Added   : '
  114.     Left = 128
  115.     Top = 48
  116.   end
  117.   object ActionList1: TActionList
  118.     Left = 168
  119.     Top = 232
  120.     object actremove: TAction
  121.       Caption = 'Remove'
  122.       OnExecute = actremoveExecute
  123.       OnUpdate = actremoveUpdate
  124.     end
  125.     object actrestore: TAction
  126.       Caption = 'Restore'
  127.       OnExecute = actrestoreExecute
  128.       OnUpdate = actrestoreUpdate
  129.     end
  130.     object actview: TAction
  131.       Caption = 'View'
  132.       OnExecute = actviewExecute
  133.       OnUpdate = actviewUpdate
  134.     end
  135.   end
  136. end
  137.